home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / program / ctenari / ShiCola / CodePad37.exe / $INSTDIR / Syntax Definitions / jscript.def < prev    next >
Encoding:
Text File  |  2003-10-17  |  3.9 KB  |  161 lines

  1. object TPersHolder
  2.   P.Name = 'JavaScript'
  3.   P.Extensions.Strings = (
  4.     'Java Script files (*.js)|*.js')
  5.   P.SyntaxBlocks = <
  6.     item
  7.       Name = 'Default'
  8.       ID = 0
  9.       CaseSensitive = True
  10.       UseMetaSymbol = True
  11.       UseMetaToWrapLines = True
  12.       MetaSymbol = '\'
  13.       FIText = 0
  14.       FIIntNum = 1
  15.       FIFloatNum = 2
  16.       FIHexNum = 3
  17.       FISymbol = 9
  18.       UseSymbols = True
  19.       UseComments = True
  20.       UseSingleLineComments = True
  21.       UseMultiLineComments = True
  22.       UseStrings = True
  23.       UseSingleLineStrings = True
  24.       UseNumbers = True
  25.       UsePrefixedNumbers = True
  26.       UseKeywords = True
  27.       BlockDelimiters = <>
  28.       SingleLineCommentDelimiters = <
  29.         item
  30.           FontID = 4
  31.           LeftDelimiter = '//'
  32.         end>
  33.       MultiLineCommentDelimiters = <
  34.         item
  35.           FontID = 5
  36.           LeftDelimiter = '/*'
  37.           RightDelimiter = '*/'
  38.         end>
  39.       SingleLineStringDelimiters = <
  40.         item
  41.           FontID = 6
  42.           LeftDelimiter = #39
  43.           RightDelimiter = #39
  44.         end
  45.         item
  46.           FontID = 7
  47.           LeftDelimiter = '"'
  48.           RightDelimiter = '"'
  49.         end>
  50.       NumPrefixes = <
  51.         item
  52.           LeftDelimiter = '0x'
  53.         end
  54.         item
  55.           LeftDelimiter = '0X'
  56.         end>
  57.       KeywordSets = <
  58.         item
  59.           FontID = 8
  60.           Name = 'reserved'
  61.           Keywords = 
  62.             'break,case,catch,class,const,continue,debugger,default,delete,do' +
  63.             ',else,enum,export,extends,false,finally,for,function,if,import,i' +
  64.             'n,new,null,return,super,switch,this,throw,true,try,typeof,var,vo' +
  65.             'id,while,with'
  66.         end>
  67.     end>
  68.   P.FontTable = <
  69.     item
  70.       FontID = 0
  71.       GlobalAttrID = 'Whitespace'
  72.       Font.Charset = DEFAULT_CHARSET
  73.       Font.Color = clBlack
  74.       Font.Height = -13
  75.       Font.Name = 'Courier New'
  76.       Font.Style = []
  77.     end
  78.     item
  79.       FontID = 1
  80.       GlobalAttrID = 'Integer'
  81.       Font.Charset = DEFAULT_CHARSET
  82.       Font.Color = clGreen
  83.       Font.Height = -13
  84.       Font.Name = 'Courier New'
  85.       Font.Style = []
  86.     end
  87.     item
  88.       FontID = 2
  89.       GlobalAttrID = 'Float'
  90.       Font.Charset = DEFAULT_CHARSET
  91.       Font.Color = clGreen
  92.       Font.Height = -13
  93.       Font.Name = 'Courier New'
  94.       Font.Style = []
  95.     end
  96.     item
  97.       FontID = 3
  98.       GlobalAttrID = 'Integer'
  99.       Font.Charset = DEFAULT_CHARSET
  100.       Font.Color = clGreen
  101.       Font.Height = -13
  102.       Font.Name = 'Courier New'
  103.       Font.Style = []
  104.     end
  105.     item
  106.       FontID = 4
  107.       GlobalAttrID = 'Comment'
  108.       Font.Charset = DEFAULT_CHARSET
  109.       Font.Color = clGray
  110.       Font.Height = -13
  111.       Font.Name = 'Courier New'
  112.       Font.Style = [fsItalic]
  113.     end
  114.     item
  115.       FontID = 5
  116.       GlobalAttrID = 'Comment'
  117.       Font.Charset = DEFAULT_CHARSET
  118.       Font.Color = clGray
  119.       Font.Height = -13
  120.       Font.Name = 'Courier New'
  121.       Font.Style = [fsItalic]
  122.     end
  123.     item
  124.       FontID = 6
  125.       GlobalAttrID = 'String'
  126.       Font.Charset = DEFAULT_CHARSET
  127.       Font.Color = clMaroon
  128.       Font.Height = -13
  129.       Font.Name = 'Courier New'
  130.       Font.Style = []
  131.     end
  132.     item
  133.       FontID = 7
  134.       GlobalAttrID = 'String'
  135.       Font.Charset = DEFAULT_CHARSET
  136.       Font.Color = clMaroon
  137.       Font.Height = -13
  138.       Font.Name = 'Courier New'
  139.       Font.Style = []
  140.     end
  141.     item
  142.       FontID = 8
  143.       GlobalAttrID = 'Reserved words'
  144.       Font.Charset = DEFAULT_CHARSET
  145.       Font.Color = clBlue
  146.       Font.Height = -13
  147.       Font.Name = 'Courier New'
  148.       Font.Style = [fsBold]
  149.     end
  150.     item
  151.       FontID = 9
  152.       GlobalAttrID = 'Delimiters'
  153.       Font.Charset = DEFAULT_CHARSET
  154.       Font.Color = clBlack
  155.       Font.Height = -13
  156.       Font.Name = 'Courier New'
  157.       Font.Style = []
  158.     end>
  159.   P.SyntaxVersion = 3
  160. end
  161.